From: Bastien Guerry Date: Sun, 26 Jul 2009 19:16:16 +0000 (+0000) Subject: Slightly fix the docstring of `select-frame'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11303 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=31950cda726e29b520885adfab085158ab13462b;p=emacs.git Slightly fix the docstring of `select-frame'. --- diff --git a/src/frame.c b/src/frame.c index fa50d8752df..06b934d86ce 100644 --- a/src/frame.c +++ b/src/frame.c @@ -891,9 +891,9 @@ The selection of FRAME lasts until the next time the user does something to select a different frame, or until the next time this function is called. If you are using a window system, the previously selected frame may be restored as the selected frame -after return to the command loop, because it still may have the -window system's input focus. On a text-only terminal, the next -redisplay will display FRAME. +when returning to the command loop, because it still may have +the window system's input focus. On a text-only terminal, the +next redisplay will display FRAME. This function returns FRAME, or nil if FRAME has been deleted. */) (frame, norecord)